home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / ai.txt < prev    next >
Text File  |  1993-11-03  |  3KB  |  63 lines

  1. Public (software) Library
  2. Programming Library
  3.  
  4. Descriptions and Compilation Copyright 1993 Nelson Ford
  5. Duplication, reprinting and distribution of these descriptions is restricted.
  6. See LICENSE.DOC in the PSL_NEWS directory for complete information
  7.  
  8. =====Artificial Intelligence
  9.  
  10.  
  11. [Alphanet]
  12. Alphanet (Thinking Software, Inc.; $?) is an AI demonstration of Neural
  13. Networks that teaches your computer to recognize letters and numbers.
  14. Fascinating information about this branch of Artificial Intelligence
  15. research is provided.
  16.  
  17. [AI_TUTOR]
  18. AI-Tutor (Thinking Software, Inc.; $0) is an introduction to Artificial
  19. Intelligence. It discusses what AI is, all about Neural Networks, about
  20. Expert Systems, and about Natural Language. It also contains a tutorial on
  21. the PC and essential DOS commands.
  22.  
  23. [AVATAR]
  24. Avatar I (AMC Publishing; $0) is an expert system editor and inference
  25. engine (a "knowledge data base" or "artificial intelligence system" which
  26. can be queried in English). Avatar features an editor that guides you
  27. through creating the knowledge base structure. Although Avatar is in the
  28. programming section, no programming knowledge or experience is required.
  29.  
  30. [Expert]
  31. Expert (Walton, Stephen; $?) is an AI-type program. It allows you to create
  32. a "knowledge base" as easily as you would a spreadsheet template. It is
  33. easy to use.
  34.  
  35. [Extol]
  36. Extol (Taylor, Michael C.; $25) is a programming language designed
  37. especially for Computer-Aided Instruction (CAI). It is particularly
  38. well-suited for tutorials and instruction in non-mathematical domains.
  39.  
  40. [PCLisp]
  41. PCLisp (Ashwood-Smith, Peter; $15) while small, is capable of running a
  42. pretty good subset of Franz LISP. The functions are supposed to perform in
  43. the same way as Franz with a few exceptions made for efficiencies sake.
  44. Other features include full garbage collection of all types, heap
  45. management, access to some MSDOS BIOS graphics routines, over 160 built-in
  46. functions, stack overflow detection and full error checking on all calls,
  47. and more.
  48.  
  49. [XLisp]
  50. XLisp (Betz, David Michael; $0) is an experimental, artificial intelligence
  51. programming language combining some of the features of Common Lisp with an
  52. object-oriented extension capability. It was implemented to allow
  53. experimentation with object-oriented programming on small computers.
  54.  
  55. [XXXPert]
  56. XXXPert (Thurber, Stephen; $50) is an expert system facility (editor and
  57. inference engine).
  58.  
  59. [PIE_BR]
  60. PIE (Ruggles, Brent; $0) is a Prolog interpreter with several examples,
  61. including Eliza and Turtle Graphics. PIE also does string handling,
  62. windowing and real arithmetic.
  63.